Comparison operator
A COMPARISON OPERATOR is a symbol used for comparing values. Following are the six standard comparison operators:
= (equal to)
> (greater than)
< (less than)
>= (greater than or equal to)
<= (less than or equal to)
<> (not equal to)